home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1993…stman Always Clicks Twice / ADC Developer CD (1993-01) (''The Postman Always Clicks Twice'')_iso / Dev.CD 199301.iso / Development Platforms / Apple II / Essentials / APW.ORCA.Cmds / Gregs.APW.Utils / Utilities / Help / Backup next >
Encoding:
Text File  |  1991-10-28  |  1.4 KB  |  26 lines  |  [TEXT/pdos]

  1. Backup [option...] -from directory -to directory >commands >&progress
  2.  
  3. Files in a source (from) directory are copied to a destination (to) directory
  4. based on the modification dates.  By default, only files that already exist in
  5. both directories are candidates for copying.  Normally, Backup produces a
  6. series of shell Copy commands which can be redirected into a script file
  7. for later execution.  This can be overridden by using the -doit option.
  8.  
  9. Note: At least -from or -to must be specified
  10.  
  11.     -a              # copy all files from source to destination
  12.     -c              # create "to" directories if they do not exist
  13.     -do [only,]'command'  # write the command string specified by command…
  14.     -doit           # actually perform the Copy commands instead of writing
  15.                     # them to standard output
  16.     -e              # eject disk when done
  17.     -from name      # specify source directory.  If omitted, the current
  18.                     # directory is assumed
  19.     -lastcmd cmd    # write the command string as the last command
  20.     -p              # display copyright and progress information
  21.     -r              # recursively process subdirectories
  22.     -t              # process only files of specified type
  23.     -to name        # specify destination directory.  If omitted, the current
  24.                     # directory is assumed
  25.     -y              # suppress copy '-c' option
  26.